projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a6588
)
Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 20:14:13 +0000
(20:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 17 Dec 2006 20:14:13 +0000
(20:14 +0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 366add8fc705a121ab4b9bbc3cb7d352f612678c..ffaeb5adee4c80cad36c96895ac49fc5a431998e 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-402,6
+402,9
@@
common to all file names in DIRECTORY that start with FILE.
If there is only one and FILE matches it exactly, returns t.
Returns nil if DIRECTORY contains no name starting with FILE.
+If PREDICATE is non-nil, call PREDICATE with each possible
+completion (in absolute form) and ignore it if PREDICATE returns nil.
+
This function ignores some of the possible completions as
determined by the variable `completion-ignored-extensions', which see. */)
(file, directory, predicate)